Standard Form of Linear Equations

Introduction

In this article, we explore standard form, another common way to write linear equations.
We assume you already understand slope-intercept form ($y = mx + b$), so our goal is to connect what you know to a new, useful format.

Standard form is especially helpful when:

What Is Standard Form?

A linear equation is in standard form when it looks like: $$Ax + By = C$$ Where:

Examples:

Why Standard Form Is Useful

Standard form makes some tasks easier:

1. Finding the $x$-intercept

Set $y = 0$:

2. Finding the $y$-intercept

Set $x = 0$:

3. Avoiding fractions

If an equation has fractions, standard form lets you multiply everything to clear them.

4. Cleaner graphing

Two intercepts are often enough to sketch the line.

Using the intercepts to plot a line

Converting Slope-Intercept Form to Standard Form

Start with: $$y = mx + b$$ Steps:

Example: $$y = \frac{3}{2}x - 4$$ Move $x$ term: $$-\frac{3}{2}x + y = -4$$ Multiply by $-2$: $$3x - 2y = 8$$

Converting Point-Slope Form to Standard Form

Start with: $$y - y_1 = m(x - x_1)$$ Steps:

Example: $$y - 5 = 2(x + 1)$$ Expand: $$y - 5 = 2x + 2$$ Move terms: $$-2x + y = 7$$ Multiply by $-1$: $$2x - y = -7$$

Graphing Using Standard Form

To graph $Ax + By = C$:

  1. Find the $x$-intercept
    • Set $y = 0$
    • Solve $Ax = C$
  2. Find the $y$-intercept
    • Set $x = 0$
    • Solve $By = C$
  3. Plot both points
  4. Draw a straight line through them

Example: $$4x + 2y = 12$$

Graph the points $(3,0)$ and $(0,6)$.

Examples

Example 1: Convert to Standard Form

Convert $y = -3x + 2$.

Move $x$ term: $$3x + y = 2$$

Example 2: Convert to Standard Form (Fractions)

Convert $y = \frac12 x - 7$.

Move $x$ term: $$-\frac12 x + y = -7$$ Multiply by $-2$: $$x - 2y = 14$$

Example 3: Graphing

Graph $2x + y = 4$.

Exercises

  1. Convert the equation $y = 5x - 3$ into standard form.

    Solution

    Start with: $$y = 5x - 3$$ Move $5x$: $$-5x + y = -3$$ Multiply by $-1$: $$5x - y = 3$$

  2. Convert the equation $y = -\frac23 x + 4$ into standard form.

    Solution

    Start with: $$y = -\frac23 x + 4$$ Move $x$ term: $$\frac23 x + y = 4$$ Multiply by $3$: $$2x + 3y = 12$$

  3. Write the equation of a line in standard form that has $x$-intercept $4$ and $y$-intercept $-2$.

    Solution

    $x$-intercept $4$ means $(4,0)$ is on the line.
    $y$-intercept $-2$ means $(0,-2)$ is on the line.

    Use intercept form: $$\frac{x}{4} + \frac{y}{-2} = 1$$ Multiply by $4$: $$x - 2y = 4$$

  4. Convert the point-slope equation $y - 1 = 3(x + 2)$ into standard form.

    Solution

    Start with: $$y - 1 = 3(x + 2)$$ Expand: $$y - 1 = 3x + 6$$ Move terms: $$-3x + y = 7$$ Multiply by $-1$: $$3x - y = -7$$

  5. Graph the equation $3x + 6y = 12$ by finding its intercepts.

    Solution

    Equation: $$3x + 6y = 12$$ $x$-intercept: $$3x = 12 \Rightarrow x = 4$$ $y$-intercept: $$6y = 12 \Rightarrow y = 2$$ Intercepts: $(4,0)$ and $(0,2)$.

  6. True or false: The equation $4x = 8$ is already in standard form.

    Solution

    True.
    $4x = 8$ can be written as $4x + 0y = 8$, which fits $Ax + By = C$.

  7. Convert $y + 5 = -4(x - 1)$ into standard form.

    Solution

    Start with: $$y + 5 = -4(x - 1)$$ Expand: $$y + 5 = -4x + 4$$ Move terms: $$4x + y = -1$$